Ver código fonte

Fixed typo

master
Robin Thoni 4 anos atrás
pai
commit
879e266be0
Acessado por: Robin THONI <robin@rthoni.com> ID da chave GPG: 4E09DEF46B99E61E
1 arquivos alterados com 1 adições e 8 exclusões
  1. 1
    8
      Boiler.h

+ 1
- 8
Boiler.h Ver arquivo

@@ -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

Carregando…
Cancelar
Salvar