beep/mixer code: Code police a bit.

/firmware is in the #include path with makes #include "asm/beep.c" sufficient.

Add a comment to generic beep code and make another express intent better.

Change-Id: I587cd704478b894785927bdfe2e647e28614df62
This commit is contained in:
Michael Sevakis 2012-02-19 00:33:04 -05:00
parent e5b1b0f998
commit 9a25a6fe19
3 changed files with 5 additions and 2 deletions

View file

@ -27,7 +27,7 @@
#include "misc.h"
/** Beep generation, CPU optimized **/
#include "../firmware/asm/beep.c"
#include "asm/beep.c"
static uint32_t beep_phase; /* Phase of square wave generator */
static uint32_t beep_step; /* Step of square wave generator on each sample */