Use the MIN() macro where possible instead of manual "(x < y) ? x : y" constructs.
[pub/lufa.git] / Projects / LEDNotifier / CPUUsageApp / CPUMonitor.csproj
2009-12-20 Dean CameraAdded CPU Usage monitor host app to the LEDNotifier...