강의

멘토링

로드맵

Inflearn Community Q&A

doyounyu17709's profile image
doyounyu17709

asked

Everything about STM32 drone development starting from the ground up

1-3. Debug UART and printf function output

main.c 의 private typedef 란에 int _write() 를 못 씁니다.

Written on

·

293

0

제목 그대로입니다. int _write() 를 쓰면 뭔가 인식을 못 하는듯 합니다. 그대로 따라했는데 뭐가 문제일지 모르겠네요.._write error.png

함수선언드론-개발iot

Answer 2

0

doyounyu17709님의 프로필 이미지
doyounyu17709
Questioner

와 이걸 놓지네요;; 죄송합니다..! 감사합니다!!

ChrisP님의 프로필 이미지
ChrisP
Instructor

괜찮습니다! 그럼 앞으로도 천천히 따라해보시다가 문제 생기면 또 질문주세요~ 안전하고 즐거운 개발되시기 바랍니다! :)

0

ChrisP님의 프로필 이미지
ChrisP
Instructor

안녕하세요!

int _write(int file, char *p 와 int len) 사이에 , 가 빠져있는 것 같습니다.

확인해보세요!

doyounyu17709's profile image
doyounyu17709

asked

Ask a question