Skip to content

Commit

Permalink
fix build error with M5 gps kit
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas committed Apr 28, 2024
1 parent 5724561 commit ac03415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hardware/GwM5Base.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#ifdef M5_GPS_KIT
GWRESOURCE_USE(BASE,M5_GPS_KIT)
GWRESOURCE_USE(SERIAL1,M5_GPS_KIT)
#define _GWI_SERIAL1 BOARD_LEFT1,-1,GWSERIAL_TYPE_UNI,"9600"
#define _GWI_SERIAL1 BOARD_LEFT1,-1,GWSERIAL_TYPE_UNI,9600
#endif

//M5 ProtoHub
Expand Down

0 comments on commit ac03415

Please sign in to comment.