X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=usb%2FInc%2Fapp.h;h=05a96f2c70eb9226f060737fa58f4de4e3f31105;hb=9d04b18ba06d1f57fee5d04c1ee1c47261023183;hp=18e58d192615a8e3a54a9c6aef2de4d05701386b;hpb=a787a0576b80dd0cdd14a31ce12eb094ef05507f;p=home-hw.git diff --git a/usb/Inc/app.h b/usb/Inc/app.h index 18e58d1..05a96f2 100644 --- a/usb/Inc/app.h +++ b/usb/Inc/app.h @@ -16,8 +16,10 @@ void tx_packet_send(void); // bmp085.c +extern byte bmp_request; extern int adjusted_temp; extern int adjusted_press; +extern u32 bmp_counter; extern volatile byte *bmp_i2c_ptr; extern volatile byte bmp_i2c_len;