diff options
author | Keith Packard <keithp@keithp.com> | 2014-11-06 15:58:42 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-11-06 15:58:42 -0800 |
commit | f2e5ffd839fe5be99359e4c86a96f03148bac698 (patch) | |
tree | 1ed60b6bc62815e3dd6304bffea003a39ba15083 /src/kernel/ao.h | |
parent | f2060d6ca222a04608e598baf59757f12ea2ec70 (diff) |
altos: Declare port register type only in arch header
Instead of defaulting to 8 bits, explicitly require declaration of the
type of the port register for each architecture.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/kernel/ao.h')
-rw-r--r-- | src/kernel/ao.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/kernel/ao.h b/src/kernel/ao.h index 244421f3..48b06490 100644 --- a/src/kernel/ao.h +++ b/src/kernel/ao.h @@ -43,10 +43,6 @@ #define HAS_TASK 1 #endif -#ifndef AO_PORT_TYPE -#define AO_PORT_TYPE uint8_t -#endif - typedef AO_PORT_TYPE ao_port_t; #if HAS_TASK |