mirror of
https://github.com/meekrosoft/fff
synced 2026-01-23 00:15:59 +01:00
Update to counting fake generation macro
This commit is contained in:
@@ -10,13 +10,13 @@ extern "C"{
|
|||||||
DEFINE_FFF_GLOBALS;
|
DEFINE_FFF_GLOBALS;
|
||||||
|
|
||||||
/* SYSTEM.h */
|
/* SYSTEM.h */
|
||||||
FAKE_VOID_FUNC2(SYSTEM_register_irq, irq_func_t, unsigned int);
|
FAKE_VOID_FUNC(SYSTEM_register_irq, irq_func_t, unsigned int);
|
||||||
/* DISPLAY.h */
|
/* DISPLAY.h */
|
||||||
FAKE_VOID_FUNC0(DISPLAY_init);
|
FAKE_VOID_FUNC(DISPLAY_init);
|
||||||
FAKE_VOID_FUNC0(DISPLAY_clear);
|
FAKE_VOID_FUNC(DISPLAY_clear);
|
||||||
FAKE_VOID_FUNC1(DISPLAY_output, char *);
|
FAKE_VOID_FUNC(DISPLAY_output, char *);
|
||||||
FAKE_VALUE_FUNC0(unsigned int, DISPLAY_get_line_capacity);
|
FAKE_VALUE_FUNC(unsigned int, DISPLAY_get_line_capacity);
|
||||||
FAKE_VALUE_FUNC0(unsigned int, DISPLAY_get_line_insert_index);
|
FAKE_VALUE_FUNC(unsigned int, DISPLAY_get_line_insert_index);
|
||||||
|
|
||||||
FAKE_VOID_FUNC0(button_press_cbk);
|
FAKE_VOID_FUNC0(button_press_cbk);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user