Willy-JL 1 سال پیش
والد
کامیت
e516374ecc
2فایلهای تغییر یافته به همراه5 افزوده شده و 4 حذف شده
  1. 1 1
      pc_monitor/pc_monitor.c
  2. 4 3
      pc_monitor/pc_monitor.h

+ 1 - 1
pc_monitor/pc_monitor.c

@@ -211,4 +211,4 @@ int32_t pc_monitor_app(void* p) {
     pc_monitor_free(app);
     pc_monitor_free(app);
 
 
     return 0;
     return 0;
-}
+}

+ 4 - 3
pc_monitor/pc_monitor.h

@@ -12,12 +12,13 @@
 #include <storage/storage.h>
 #include <storage/storage.h>
 
 
 #define TAG "PCMonitor"
 #define TAG "PCMonitor"
+
 #define BT_SERIAL_BUFFER_SIZE 128
 #define BT_SERIAL_BUFFER_SIZE 128
 
 
 #define SCREEN_HEIGHT 64
 #define SCREEN_HEIGHT 64
-#define LINE_HEIGHT 11
+#define LINE_HEIGHT   11
 
 
-#define BAR_X 30
+#define BAR_X     30
 #define BAR_WIDTH 97
 #define BAR_WIDTH 97
 
 
 typedef enum {
 typedef enum {
@@ -55,4 +56,4 @@ typedef struct {
     DataStruct data;
     DataStruct data;
     uint8_t lines_count;
     uint8_t lines_count;
     uint32_t last_packet;
     uint32_t last_packet;
-} PcMonitorApp;
+} PcMonitorApp;