Macros initial
This commit is contained in:
parent
160af0a624
commit
eb007c35d2
8 changed files with 35 additions and 32 deletions
Firmware
|
@ -5,6 +5,7 @@
|
|||
|
||||
|
||||
#include "config.h"
|
||||
#include "macros.h"
|
||||
#include <inttypes.h>
|
||||
#ifdef DEBUG_SEC_LANG
|
||||
#include <stdio.h>
|
||||
|
@ -22,9 +23,6 @@
|
|||
|
||||
#define MSG_FW_VERSION "Firmware"
|
||||
|
||||
#define STRINGIFY_(n) #n
|
||||
#define STRINGIFY(n) STRINGIFY_(n)
|
||||
|
||||
#if (LANG_MODE == 0) //primary language only
|
||||
#define PROGMEM_I2 __attribute__((section(".progmem0")))
|
||||
#define PROGMEM_I1 __attribute__((section(".progmem1")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue