Fixed build issue in app_xua_simple due to unsafe mclk port

This commit is contained in:
xross
2017-11-01 16:23:03 +00:00
parent 8ceec63c5d
commit 99fa8b0442
2 changed files with 8 additions and 4 deletions

View File

@@ -27,6 +27,7 @@ port p_mclk_in_ = PORT_MCLK_IN;
unsafe
{
/* TODO simplify this */
unsafe port p_mclk_in; /* Audio master clock input */
}