Misc changes from struct refactor (#15289)
This commit is contained in:
@@ -8,13 +8,13 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include "../HAL/shared/Marduino.h"
|
||||
#include "../core/macros.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stddef.h> // wchar_t
|
||||
#include <stdint.h> // uint32_t
|
||||
|
||||
#include "../HAL/shared/Marduino.h"
|
||||
#include "../core/macros.h"
|
||||
|
||||
// read a byte from ROM or RAM
|
||||
typedef uint8_t (*read_byte_cb_t)(uint8_t * str);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user