Commit 8090998d authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

userspace/wrsw_hal: define default clock parameters in the main header

parent b4f85f07
......@@ -15,6 +15,11 @@ typedef void (*hal_cleanup_callback_t)();
#define PORT_OK 0
#define PORT_ERROR -1
#define DEFAULT_T2_PHASE_TRANS 6000
#define DEFAULT_T4_PHASE_TRANS 6000
#define REF_CLOCK_PERIOD_PS 16000
/* Port delay calibration parameters */
typedef struct {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment