mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-04 06:39:53 +00:00
fix inner loop
This commit is contained in:
parent
774318ef56
commit
467c96f149
@ -59,7 +59,7 @@ uint8_t test_data[1021];
|
||||
void create_test_data(void){
|
||||
int x,y;
|
||||
for (y=0;y<25;y++){
|
||||
for (x=0;x<78;y++){
|
||||
for (x=0;x<78;x++){
|
||||
test_data[y*80+x] = '0' + (x % 10);
|
||||
}
|
||||
test_data[y*80+78] = '\n';
|
||||
|
Loading…
x
Reference in New Issue
Block a user