Skip to content

Commit 4f8641e

Browse files
author
Matthew Tole
committed
Fix typo in use of macro
1 parent bf78a16 commit 4f8641e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/pebble-assist.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ static const bool SHOW_POINTERS = false;
4545
#endif
4646

4747
#ifndef PEBBLE_WIDTH
48-
#define PEBBLE_WIDTH BL_IF_RECT_ELSE(144, 180)
48+
#define PEBBLE_WIDTH PBL_IF_RECT_ELSE(144, 180)
4949
#endif
5050

5151
#ifndef STATUS_HEIGHT

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pebble-assist",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Pebble Assist is a small collection of [C macros][1] that make developing Pebble apps a little simpler.",
55
"main": "include/pebble-assist.h",
66
"scripts": {

0 commit comments

Comments
 (0)