ergodox-firmware/src/lib/data-types/misc.h

16 lines
556 B
C
Raw Normal View History

/* ----------------------------------------------------------------------------
* miscellaneous data types
* ----------------------------------------------------------------------------
* Copyright (c) 2012 Ben Blazak <benblazak.dev@gmail.com>
* Released under The MIT License (MIT) (see "license.md")
* Project located at <https://github.com/benblazak/ergodox-firmware>
* ------------------------------------------------------------------------- */
#ifndef LIB__DATA_TYPES_h
2016-02-04 12:24:51 +01:00
#define LIB__DATA_TYPES_h
2016-02-04 12:24:51 +01:00
typedef void (*void_funptr_t)(void);
#endif