-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpinmux.h
25 lines (19 loc) · 862 Bytes
/
pinmux.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*****************************************************************************
*
* Copyright (C) 2013 Texas Instruments Incorporated
*
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
* granted through contract.
*
* The program may not be used without the written permission of
* Texas Instruments Incorporated or against the terms and conditions
* stipulated in the agreement under which this program has been supplied,
* and under no circumstances can it be used with non-TI connectivity device.
*
******************************************************************************/
//*****************************************************************************
#ifndef __PINMUX_H__
#define __PINMUX_H__
extern void PinMuxConfig(void);
#endif // __PINMUX_H__