Commit c298e0b5 authored by Miguel Jimenez Lopez's avatar Miguel Jimenez Lopez

sw: Add missed header (usr-timestamp.h) for irq-demo

parent 46b1a368
#ifndef __USR_TIMESTAMP_H__
#define __USR_TIMESTAMP_H__
#include <time.h>
#include <stdint.h>
struct usr_timestamp {
struct timespec t;
uint16_t leap_second;
int leap_second_valid;
int flag59;
int flag61;
};
#endif
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