mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-11-14 23:04:57 +00:00
Fixed test
This commit is contained in:
parent
e335a956e7
commit
9816e4cba1
@ -5,7 +5,7 @@ void main() {
|
||||
print2(screen+80, hello);
|
||||
}
|
||||
|
||||
inline void print2(byte* at, byte* msg) {
|
||||
void print2(byte* at, byte* msg) {
|
||||
byte j=0;
|
||||
for(byte i=0; msg[i]!='@'; i++) {
|
||||
at[j] = msg[i];
|
||||
|
Loading…
Reference in New Issue
Block a user