compressor.h

来自「Develop Zigbee network real-time Os」· C头文件 代码 · 共 20 行

H
20
字号
/************************************************************************** * * compressor.h * * The platform specific parts needed by the compressors. * * This file is licensed under the GNU GPL. * * (C) 2005, Klaus S. Madsen <klaussm@diku.dk> * */#ifndef __MSP430__#include <inttypes.h>#endif/*  * buffer is a pointer to nobytes of data */void handle_full_buffer(uint8_t *buffer, uint16_t nobytes);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?