Skip to content

Commit

Permalink
A9G: add PM module
Browse files Browse the repository at this point in the history
  • Loading branch information
turbulator committed Mar 26, 2020
1 parent 4d014c3 commit decdf00
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/include/pm.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#ifndef __PM_H_
#define __PM_H_

#define


#endif /* __PM_H_ */
11 changes: 11 additions & 0 deletions app/src/pm.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#include <api_os.h>
#include <api_hal_gpio.h>
#include <api_gps.h>

#include "pm.h"


void PmInit(void){
}


0 comments on commit decdf00

Please sign in to comment.