feat: save received data from BLE to flash
This commit is contained in:
11
src/power.h
Normal file
11
src/power.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef __RESET_H__
|
||||
#define __RESET_H__
|
||||
|
||||
static inline void reset_jump()
|
||||
{
|
||||
asm volatile("j 0x00");
|
||||
}
|
||||
|
||||
void poweroff();
|
||||
|
||||
#endif /* __RESET_H__ */
|
||||
Reference in New Issue
Block a user