add comment for corresponding if

This commit is contained in:
Jason2866 2021-11-21 15:12:09 +01:00 committed by GitHub
parent 366ee8f263
commit 304f3399d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -322,4 +322,4 @@ bool Xdrv55(uint8_t function) {
uint32_t Touch_Status(uint32_t sel) {
return 0;
}
#endif // USE_TOUCH
#endif // #if defined(USE_FT5206) || defined(USE_XPT2046) || defined(USE_LILYGO47) || defined(USE_TOUCH_BUTTONS)