소스 검색

try again to fix for ubuntu gcc

Thomas B 6 일 전
부모
커밋
7ed3f64846
6개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. 0
    1
      src/console.c
  2. 0
    1
      src/led.c
  3. 0
    1
      src/pulse.c
  4. 0
    1
      src/sequence.c
  5. 0
    1
      src/settings.c
  6. 0
    1
      src/ui.c

+ 0
- 1
src/console.c 파일 보기

@@ -16,7 +16,6 @@
16 16
  * See <http://www.gnu.org/licenses/>.
17 17
  */
18 18
 
19
-#include <inttypes.h>
20 19
 #include <string.h>
21 20
 #include <unistd.h>
22 21
 #include <stdio.h>

+ 0
- 1
src/led.c 파일 보기

@@ -17,7 +17,6 @@
17 17
  */
18 18
 
19 19
 #include <stdio.h>
20
-#include <inttypes.h>
21 20
 #include "pico/stdlib.h"
22 21
 
23 22
 #include "sequence.h"

+ 0
- 1
src/pulse.c 파일 보기

@@ -17,7 +17,6 @@
17 17
  */
18 18
 
19 19
 #include <stdio.h>
20
-#include <inttypes.h>
21 20
 #include "pico/stdlib.h"
22 21
 
23 22
 #include "led.h"

+ 0
- 1
src/sequence.c 파일 보기

@@ -17,7 +17,6 @@
17 17
  */
18 18
 
19 19
 #include <stdio.h>
20
-#include <inttypes.h>
21 20
 #include "pico/stdlib.h"
22 21
 
23 22
 #include "led.h"

+ 0
- 1
src/settings.c 파일 보기

@@ -17,7 +17,6 @@
17 17
  */
18 18
 
19 19
 #include <stdio.h>
20
-#include <inttypes.h>
21 20
 
22 21
 #include "pico/stdlib.h"
23 22
 #include "hardware/watchdog.h"

+ 0
- 1
src/ui.c 파일 보기

@@ -17,7 +17,6 @@
17 17
  */
18 18
 
19 19
 #include <stdio.h>
20
-#include <inttypes.h>
21 20
 #include <math.h>
22 21
 #include "pico/stdlib.h"
23 22
 

Loading…
취소
저장