Project

General

Profile

Revision 1590

wireless: changed packet handler function notation

View differences:

wireless.c
74 74
 *
75 75
 * @return 0 on success, or error code
76 76
 **/
77
int8_t wl_register_handler(uint8_t group, void (*func)(void), uint8_t priority) {
77
int8_t wl_register_handler(uint8_t group, FNPTR, uint8_t priority) {
78 78

  
79 79
  return WL_SUCCESS;
80 80
}

Also available in: Unified diff