mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-25 15:20:31 -04:00
Enhance Debug->Peripherals to view all registers of SI5351 chip (#1663)
This commit is contained in:
parent
53bbf74f4d
commit
337e3f4449
4 changed files with 36 additions and 22 deletions
|
@ -39,6 +39,9 @@
|
|||
// persistant memory from/to sdcard flag file
|
||||
#define PMEM_SETTING_FILE u"/SETTINGS/pmem_settings"
|
||||
|
||||
#define PMEM_SIZE_BYTES 256 // total amount of pmem space in bytes, including checksum
|
||||
#define PMEM_SIZE_WORDS (PMEM_SIZE_BYTES / 4)
|
||||
|
||||
using namespace modems;
|
||||
using namespace serializer;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue