Use u8 instead of i16 as a delay can never be negative and should never block for a long period of time. Use a decrementing loop as SDCC generates more efficient code. Signed-off-by: Tim Crawford <tcrawford@system76.com>
Use u8 instead of i16 as a delay can never be negative and should never block for a long period of time. Use a decrementing loop as SDCC generates more efficient code. Signed-off-by: Tim Crawford <tcrawford@system76.com>