
//file Delay.h

#ifndef DELAY_H
#define DELAY_H

#include "target.h"

#define DELAY_XTAL           TARGET_CPU_XTAL   
   
#endif
