We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf78a16 commit 4f8641eCopy full SHA for 4f8641e
include/pebble-assist.h
@@ -45,7 +45,7 @@ static const bool SHOW_POINTERS = false;
45
#endif
46
47
#ifndef PEBBLE_WIDTH
48
-#define PEBBLE_WIDTH BL_IF_RECT_ELSE(144, 180)
+#define PEBBLE_WIDTH PBL_IF_RECT_ELSE(144, 180)
49
50
51
#ifndef STATUS_HEIGHT
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "pebble-assist",
3
- "version": "1.0.2",
+ "version": "1.0.3",
4
"description": "Pebble Assist is a small collection of [C macros][1] that make developing Pebble apps a little simpler.",
5
"main": "include/pebble-assist.h",
6
"scripts": {
0 commit comments