diff options
| author | Evan Lojewski <github@meklort.com> | 2020-07-18 10:34:49 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-18 10:34:49 -0600 |
| commit | fb75521c041370e045eb1812aa257d5ebd2ffd32 (patch) | |
| tree | 15ef244dbb8bb05b4ba3b461a77aa36e7c216425 /libs/Network/include | |
| parent | 437967699cf69896e6bb9c50979dbc17a4850ced (diff) | |
| download | bcm5719-ortega-fb75521c041370e045eb1812aa257d5ebd2ffd32.tar.gz bcm5719-ortega-fb75521c041370e045eb1812aa257d5ebd2ffd32.zip | |
debug: Enable the ape console on Port 0 (needed for SPI prints) and Port 1. (#92)
Diffstat (limited to 'libs/Network/include')
| -rw-r--r-- | libs/Network/include/Network.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libs/Network/include/Network.h b/libs/Network/include/Network.h index c6aa260..ab621d6 100644 --- a/libs/Network/include/Network.h +++ b/libs/Network/include/Network.h @@ -54,12 +54,6 @@ #include <APE_SHM_CHANNEL0.h> #include <types.h> -#ifdef CXX_SIMULATOR -#define VOLATILE -#else -#define VOLATILE volatile -#endif - typedef struct { /* Port Registers */ |

