mirror of
https://github.com/mikecarper/MeshCore.git
synced 2026-09-19 12:07:38 +00:00
6 lines
187 B
C++
6 lines
187 B
C++
#include <stdint.h>
|
|
|
|
extern "C" {
|
|
__attribute__((section(".persistent_magic"))) uint32_t persistent_magic;
|
|
__attribute__((section(".persistent_data"))) uint32_t persistent_time;
|
|
} |