Browse Source

Fixed typo

master
Robin Thoni 4 years ago
parent
commit
879e266be0
Signed by: Robin THONI <robin@rthoni.com> GPG Key ID: 4E09DEF46B99E61E
1 changed files with 1 additions and 8 deletions
  1. 1
    8
      Boiler.h

+ 1
- 8
Boiler.h View File

@@ -1,9 +1,4 @@
1
-//
2
-// Created by robin on 1/27/20.
3
-//
4
-
5
-#ifndef HEATER_BOILER_H
6
-#define HEATER_BOILER_H
1
+#pragma once
7 2
 
8 3
 typedef char temp_t;
9 4
 typedef unsigned long timestamp_t;
@@ -42,5 +37,3 @@ struct GlobalState
42 37
     AppState appState;
43 38
     UiState uiState;
44 39
 };
45
-
46
-#endif //HEATER_BOILER_H

Loading…
Cancel
Save