This repository has been archived on 2025-02-28. You can view files and clone it, but cannot push or open issues or pull requests.
|
#include "../inc/params.h"
|
|
#include "board.h"
|
|
#include "delay.h"
|
|
#include "diagnosis.h"
|
|
#include "fal_execution.h"
|
|
#include <stdio.h>
|
|
|
|
void hart_attribute_params_map(void)
|
|
{
|
|
|
|
}
|
|
|
|
/**
|
|
* @brief HART设备参数初始化
|
|
* @return {*}
|
|
* @note
|
|
*/
|
|
void hart_attribute_params_restart(void)
|
|
{
|
|
|
|
}
|