Skip to content

Commit

Permalink
Missing Makefile, and caught missing brace in .h file.
Browse files Browse the repository at this point in the history
Change-Id: I20c0ebcf3c75abbcfc66178171d77fbe9480f681
  • Loading branch information
jeastwo1 committed Sep 12, 2014
1 parent 28de84e commit 52ed8c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions BoilerPlateExtension/src/bp.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ class bpMaster
bpMaster(bpMaster&);
bpMaster& operator=(bpMaster&);
std::string curTitle; // Is set to the last title received by handleItem.
};

} // bp
} // DeviceAPI
Expand Down
7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
apps = HomeScreen Browser Boilerplate Dashboard News Weather GestureGame Phone Handwriting
TIZEN_IP=TizenNuc
#TIZEN_IP=192.168.6.29
apps = HomeScreen Boilerplate
# apps = HomeScreen Browser Boilerplate Dashboard News Weather GestureGame Phone Handwriting
#TIZEN_IP=TizenNuc
TIZEN_IP=192.168.6.12

#to avoid typing a password for each scp or ssh command you need to copy
#your public key over
Expand Down

0 comments on commit 52ed8c2

Please sign in to comment.