mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-23 07:35:54 +00:00
7 lines
174 B
C
7 lines
174 B
C
#include "misc.h"
|
|
|
|
/* This might be accessed before .bss is cleared, so use .data instead. */
|
|
int early_serial_base __section(".data");
|
|
|
|
#include "../early_serial_console.c"
|