12345678910111213141516171819 |
- /*
- * File : gd32f30x_spi.h
- * This file is part of RT-Thread RTOS
- * COPYRIGHT (C) 2009 RT-Thread Develop Team
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rt-thread.org/license/LICENSE
- *
- * Change Logs:
- * Date Author Notes
- * 2012-01-01 aozima first implementation.
- */
- #ifndef gd32F30X_SPI_H_INCLUDED
- #define gd32F30X_SPI_H_INCLUDED
- #endif // gd32F30X_SPI_H_INCLUDED
|