forgot EXPORTS in last commit (and a newline)

This commit is contained in:
Stefan `Sec` Zehl 2011-12-25 20:48:38 +01:00
parent 52085b91b5
commit 8f93286de9
2 changed files with 3 additions and 2 deletions

View File

@ -136,4 +136,5 @@ o_fill
o_set_shader
o_identity
o_transform
getrelease
#Add stuff here

View File

@ -335,8 +335,8 @@ void lcdrtest(void){
};
void release(){
lcdPrint("r0ket");
lcdPrint("Release: ");
lcdPrintln("r0ket");
lcdPrintln("Release: ");
lcdPrintln(IntToStrX(getrelease(),8));
lcdRefresh();
while(!getInputRaw())work_queue();