From: Kishore SN Date: Tue, 5 Sep 2017 11:32:24 +0000 (+0530) Subject: Fixed compilation error due to misspelled MILLI_TO_NANO define X-Git-Tag: 1.1_Public_Release~188^2~47 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=16080ba3151aab4224ba1b25d89459ef7edf6c1e;p=rtos%2Ftinyara.git Fixed compilation error due to misspelled MILLI_TO_NANO define --- diff --git a/framework/src/tinyalsa/tinyalsa.c b/framework/src/tinyalsa/tinyalsa.c index 63efcdf..5fb839d 100644 --- a/framework/src/tinyalsa/tinyalsa.c +++ b/framework/src/tinyalsa/tinyalsa.c @@ -67,7 +67,7 @@ #include #include -#define MILLI_TO_NAMO 1000000 +#define MILLI_TO_NANO 1000000 #ifndef CONFIG_AUDIO_NUM_BUFFERS #define CONFIG_AUDIO_NUM_BUFFERS 2