Skip to content

Commit 65565c7

Browse files
committed
Doc comment for platform macros
1 parent e2d0a98 commit 65565c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/c/watch_config.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
//#define QUIET_TIME_IMAGE RESOURCE_ID_IMAGE_QUIET_TIME
1818
//#define QUIET_TIME_IMAGE_GRECT GRect(20, 20, 20, 20) // Example assumes a 20x20 image
1919

20+
// See https://developer.rebble.io/guides/best-practices/building-for-every-pebble/#available-defines-and-macros for hardware specific defines
2021
#ifdef PBL_ROUND /* 180x180 */
2122
/*TODO center/move right*/
2223
#define CLOCK_POS GRect(0, 52, 180, 180) /* probably taller than really needed */

0 commit comments

Comments
 (0)