Merge pull request #165 from ManfredRad/master

PageSixValues: compiler directive to include OPB40 support added
This commit is contained in:
Norbert Walter 2025-05-07 21:57:16 +08:00 committed by GitHub
commit 309d55cdb4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#if defined BOARD_OBP60S3
#if defined BOARD_OBP60S3 || defined BOARD_OBP40S3
#include "Pagedata.h"
#include "OBP60Extensions.h"