Accidentally enabled debug in the latest commit.

The driver is fully working.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7165 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini 2004-04-05 07:46:30 +00:00
parent 85bbb77938
commit 88b0acbe91

View File

@ -2,7 +2,6 @@
* Stefano Ceccherini <burton666@libero.it>. All rights reserved.
*/
#define DEBUG 1
#include "device.h"
#include "driver.h"
#include "debug.h"
@ -267,6 +266,7 @@ wb_tick(timer *arg)
return B_OK;
}
/***************** Interrupt handling ******************************/
static status_t
wb_rxok(struct wb_device *device)