Changeset b83dc2a in avrstuff for kbd/ps2toserial/code/main.c


Ignore:
Timestamp:
Jul 28, 2014, 8:47:03 PM (10 years ago)
Author:
Adrien Destugues <pulkomandy@…>
Branches:
main
Children:
f51aacc
Parents:
39e523d
Message:

Fix ps2toserial build.

  • Share relevant stuff in common.mk so I don't have to repeat myself too much and copypaste all the time.
  • Prepare for MCU switchability.

git-svn-id: svn://pulkomandy.tk/avrstuff@103 c6672c3c-f6b6-47f9-9001-1fd6b12fecbe

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kbd/ps2toserial/code/main.c

    r39e523d rb83dc2a  
    11#include <avr/io.h>
    22
    3 #include "../../libs/ps2_keyboard/ps2_keyboard.h"
    4 #include "../../libs/usart/usart.h"
     3#include "../../../libs/ps2_keyboard/ps2_keyboard.h"
     4#include "../../../libs/usart/usart.h"
    55
    66int main() {
Note: See TracChangeset for help on using the changeset viewer.