From bdfd3305cb804607c002a56c150058168cadf78b Mon Sep 17 00:00:00 2001 From: Alex Voinea Date: Fri, 25 Feb 2022 18:18:18 +0100 Subject: [PATCH] Cleanup pat9125.h --- Firmware/pat9125.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/Firmware/pat9125.h b/Firmware/pat9125.h index 18518df62..1a08dc76f 100755 --- a/Firmware/pat9125.h +++ b/Firmware/pat9125.h @@ -1,12 +1,7 @@ -//pat9125.h -#ifndef PAT9125_H -#define PAT9125_H +#pragma once #include -extern uint8_t pat9125_PID1; -extern uint8_t pat9125_PID2; - extern int16_t pat9125_x; extern int16_t pat9125_y; extern uint8_t pat9125_b; @@ -17,5 +12,3 @@ extern uint8_t pat9125_init(void); extern uint8_t pat9125_update(void); // update all sensor data extern uint8_t pat9125_update_y(void); // update _y only extern uint8_t pat9125_update_bs(void); // update _b/_s only - -#endif //PAT9125_H