Skip to content

Commit a2f9e13

Browse files
committed
Rename the MBED implementation.
As we're going to add another Zephyr implementation.
1 parent 24490f4 commit a2f9e13

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Arduino_GigaDisplayTouch.cpp renamed to src/Arduino_GigaDisplayTouchMbed.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
* @author Leonardo Cavagnis
2222
* @brief Source file for the Arduino Giga Display Touch library.
2323
*/
24+
#ifdef __MBED__
2425

2526
/* Includes -----------------------------------------------------------------*/
2627
#include "Arduino_GigaDisplayTouch.h"
@@ -262,4 +263,4 @@ uint8_t Arduino_GigaDisplayTouch::_gt911ReadInputCoord(uint8_t * pointsbuf, uint
262263
return 0;
263264
}
264265

265-
/**** END OF FILE ****/
266+
#endif /* #ifdef __MBED__ */

0 commit comments

Comments
 (0)