Skip to content

Commit

Permalink
Include esp32/himem.h only when needed
Browse files Browse the repository at this point in the history
Note: The macro ATARI seems to be never defined.
  • Loading branch information
oliverschmidt committed Apr 13, 2023
1 parent 3d64296 commit 4aa229a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#include <esp_system.h>
#include <nvs_flash.h>
#ifdef ATARI
#include <esp32/himem.h>
#endif

#include "debug.h"
#include "bus.h"
Expand Down

0 comments on commit 4aa229a

Please sign in to comment.