Fix resource

This commit is contained in:
Neale Pickett 2016-05-13 15:23:20 -06:00
parent 075df8a001
commit 8f10692071
3 changed files with 3 additions and 1 deletions

View File

@ -44,7 +44,7 @@
"chalk"
],
"uuid": "564f9b82-5a03-494c-8bf1-65e4eb9a5306",
"versionLabel": "1.0",
"versionLabel": "1.1",
"watchapp": {
"watchface": true
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

2
src/htn.h Normal file
View File

@ -0,0 +1,2 @@
void show_htn(void);
void hide_htn(void);