소스 검색

Tidying up some old debug

pull/22/head
Gordon Henderson 12 년 전
부모
커밋
f9bec274ec
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. +0
    -6
      wiringPi/wiringSerial.c

+ 0
- 6
wiringPi/wiringSerial.c 파일 보기

@@ -20,8 +20,6 @@
***********************************************************************
*/

#undef DEBUG

#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
@@ -49,10 +47,6 @@ int serialOpen (char *device, int baud)
speed_t myBaud ;
int status, fd ;

#ifdef DEBUG
printf ("openSerialPort: <%s> baud: $d\n", device, baud) ;
#endif

switch (baud)
{
case 50: myBaud = B50 ; break ;


불러오는 중...
취소
저장