NeousysWatchdogTimerUnit

Description

Possible watchdog timer tick units on a Neousys computer.

namespace NeousysWatchdogTimerUnit
{
	enum Type
	{
		Minute,
		Second
	};
}