mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[ion] Add TODOs
This commit is contained in:
committed by
LeaNumworks
parent
21756a5f4a
commit
e5bb8f4b21
@@ -5,6 +5,8 @@ namespace Ion {
|
||||
namespace ExamMode {
|
||||
namespace Config {
|
||||
|
||||
// TODO: factorize the macro with equivalent macro on N110
|
||||
|
||||
#define byte4 0xFF, 0xFF, 0xFF, 0xFF
|
||||
#define byte8 byte4, byte4
|
||||
#define byte16 byte8, byte8
|
||||
|
||||
@@ -5,6 +5,8 @@ namespace Ion {
|
||||
namespace ExamMode {
|
||||
namespace Config {
|
||||
|
||||
// TODO: factorize the macro with equivalent macro on N100
|
||||
|
||||
#define byte4 0xFF, 0xFF, 0xFF, 0xFF
|
||||
#define byte8 byte4, byte4
|
||||
#define byte16 byte8, byte8
|
||||
|
||||
Reference in New Issue
Block a user