~ruther/stm32h747i-disco-usb-image-viewer

ref: 60e864124ffe6c385a3cf779d8e87ea86b78c859 stm32h747i-disco-usb-image-viewer/include/generic.h -rw-r--r-- 131 bytes
60e86412 — Rutherther feat: add rx data callback, increase tx fifo size 1 year, 1 month ago
                                                                                
1
2
3
4
5
6
7
8
9
10
#ifndef GENERIC_H
#define GENERIC_H

typedef enum {
  RES_OK,
  RES_ERROR,
  RES_WOULD_BLOCK
} task_result_t;

#endif // GENERIC_H