remove dependency on Atmel HRI in storage module
This commit is contained in:
@@ -70,7 +70,7 @@ typedef void (*watch_cb_t)(void);
|
||||
// #include "watch_i2c.h"
|
||||
// #include "watch_spi.h"
|
||||
// #include "watch_uart.h"
|
||||
// #include "watch_storage.h"
|
||||
#include "watch_storage.h"
|
||||
#include "watch_deepsleep.h"
|
||||
|
||||
/** @brief Interrupt handler for the SYSTEM interrupt, which handles MCLK,
|
||||
|
||||
@@ -21,8 +21,9 @@
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
* SOFTWARE.
|
||||
*/
|
||||
#ifndef _WATCH_STORAGE_H_INCLUDED
|
||||
#define _WATCH_STORAGE_H_INCLUDED
|
||||
|
||||
#pragma once
|
||||
|
||||
////< @file watch_storage.h
|
||||
|
||||
#include "watch.h"
|
||||
@@ -89,4 +90,3 @@ bool watch_storage_erase(uint32_t row);
|
||||
*/
|
||||
bool watch_storage_sync(void);
|
||||
/// @}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user