16 lines
363 B
C
16 lines
363 B
C
/*
|
|
* Copyright (c) 2016 Travis Geiselbrecht
|
|
*
|
|
* Use of this source code is governed by a MIT-style
|
|
* license that can be found in the LICENSE file or at
|
|
* https://opensource.org/licenses/MIT
|
|
*/
|
|
#include <lk/err.h>
|
|
#include <lk/debug.h>
|
|
#include <target.h>
|
|
#include <lk/compiler.h>
|
|
#include <dev/gpio.h>
|
|
#include <platform/gpio.h>
|
|
|
|
#include "ti_driverlib.h"
|