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

16 lines
556 B
C

/* ----------------------------------------------------------------------------
* 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
#define LIB__DATA_TYPES_h
typedef void (*void_funptr_t)(void);
#endif