chenlh
2025-09-18 ab07ada908b82340e7acd899e85a9802cf8a9057
drv/board.h
@@ -5,8 +5,9 @@
 *      Author: graydon
 */
#ifndef DRV_BOARD_H_
#define DRV_BOARD_H_
//#ifndef DRV_BOARD_H_
//#define DRV_BOARD_H_
#pragma once
#ifdef __cplusplus
extern "C" {
@@ -14,6 +15,10 @@
#include "typedefs.h"
#include "sru_dai.h"
extern unsigned int SAMPLE_RATE;
extern unsigned int SAMPLE_NUM;
/*
 * 为了和21489 保持兼容, 协议定义全部采用short类型
 * */
@@ -121,4 +126,4 @@
#ifdef __cplusplus
}
#endif
#endif /* DRV_BOARD_H_ */
//#endif /* DRV_BOARD_H_ */