mirror of
https://github.com/clockworkpi/WiringPi.git
synced 2025-12-16 09:38:49 +01:00
Tidying up some old debug
This commit is contained in:
parent
4bf5e131e6
commit
f9bec274ec
@ -20,8 +20,6 @@
|
|||||||
***********************************************************************
|
***********************************************************************
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#undef DEBUG
|
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
@ -49,10 +47,6 @@ int serialOpen (char *device, int baud)
|
|||||||
speed_t myBaud ;
|
speed_t myBaud ;
|
||||||
int status, fd ;
|
int status, fd ;
|
||||||
|
|
||||||
#ifdef DEBUG
|
|
||||||
printf ("openSerialPort: <%s> baud: $d\n", device, baud) ;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
switch (baud)
|
switch (baud)
|
||||||
{
|
{
|
||||||
case 50: myBaud = B50 ; break ;
|
case 50: myBaud = B50 ; break ;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user