Implementation of German "Zeitansage", spoken by Elvira Bader
This commit is contained in:
@@ -70,6 +70,7 @@ struct debug_cat {
|
||||
{ "uart", "\033[0;32m" },
|
||||
{ "device", "\033[0;33m" },
|
||||
{ "datenklo", "\033[1;34m" },
|
||||
{ "zeit", "\033[1;34m" },
|
||||
{ NULL, NULL }
|
||||
};
|
||||
|
||||
|
@@ -33,6 +33,7 @@
|
||||
#define DUART 26
|
||||
#define DDEVICE 27
|
||||
#define DDATENKLO 28
|
||||
#define DZEIT 29
|
||||
|
||||
void get_win_size(int *w, int *h);
|
||||
|
||||
|
Reference in New Issue
Block a user