~ruther/qmk_firmware

48662ace8b6d8aca5ab4a5de0a0a40781a95478a — tmk 11 years ago 35f9f30
Fix build error and debug print PJRC stack #69 #68
2 files changed, 4 insertions(+), 0 deletions(-)

M protocol/pjrc/main.c
M protocol/pjrc/usb.c
M protocol/pjrc/main.c => protocol/pjrc/main.c +3 -0
@@ 30,6 30,7 @@
#include "matrix.h"
#include "print.h"
#include "debug.h"
#include "sendchar.h"
#include "util.h"
#include "suspend.h"
#include "host.h"


@@ 50,6 51,8 @@ int main(void)
    usb_init();
    while (!usb_configured()) /* wait */ ;

    print_set_sendchar(sendchar);

    keyboard_init();
    host_set_driver(pjrc_driver());
#ifdef SLEEP_LED_ENABLE

M protocol/pjrc/usb.c => protocol/pjrc/usb.c +1 -0
@@ 38,6 38,7 @@
#include "sleep_led.h"
#endif
#include "suspend.h"
#include "action_util.h"


/**************************************************************************