per default eduOS doesn't support UART

This commit is contained in:
Stefan Lankes 2014-12-29 00:18:43 +01:00
parent 83a4832d15
commit aee7b9de52

View file

@ -48,7 +48,7 @@ extern "C" {
#define CONFIG_VGA
#define CONFIG_PCI
#define CONFIG_UART
//#define CONFIG_UART
#define BUILTIN_EXPECT(exp, b) __builtin_expect((exp), (b))
//#define BUILTIN_EXPECT(exp, b) (exp)