Skip to content

Commit

Permalink
Lines required for compilation (#42)
Browse files Browse the repository at this point in the history
zerotimer is not defined without those two lines.
  • Loading branch information
programaths committed Aug 11, 2023
1 parent 12bf3e2 commit 78156b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Boards/Adafruit_Arcada_PyGamerAdvance.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@

#define ARCADA_USE_JSON

#define ARCADA_CALLBACKTIMER 4
#define ARCADA_CALLBACKTIMER_HANDLER TC4_Handler

#include "arcadatype.h"

class Adafruit_Arcada : public Adafruit_Arcada_SPITFT {
Expand Down

0 comments on commit 78156b8

Please sign in to comment.