You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
488 B

#include "xs_device_info.h"
#include <stdbool.h>
#include <stdlib.h>
#include <string.h>
#include "xs_log.h"
/*******************************************************************************
* EXTERN *
*******************************************************************************/
xs_device_info_t* xs_device_info_get() { //
xs_device_info_t* info = (xs_device_info_t*)DEVICE_INFO_START_ADD;
return info;
}