view config.h @ 450:3758bcdae5de

Fix bug that caused a DMA fill to start after another DMA operation completed if the FIFO is not empty
author Mike Pavone <pavone@retrodev.com>
date Sun, 01 Sep 2013 12:11:28 -0700
parents 7f84090ab1cd
children 140af5509ce7
line wrap: on
line source

#ifndef CONFIG_H_
#define CONFIG_H_
#include "tern.h"

tern_node * load_config(char * expath);

#endif //CONFIG_H_