Skip to content

Commit

Permalink
Removed white-spaces in main.c and Readme.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
M.Mankal-TSI committed Jul 30, 2024
1 parent a09b206 commit a2d8ac0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions tsi_app/m85/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This application can be built as follows:
.. zephyr-app-commands::
:zephyr-app: tsi_m85
:host-os: unix
:board: tsi/skyp/m85
:board: tsi/skyp/m85
:goals: run
:compact:

Expand All @@ -26,5 +26,5 @@ Output

.. code-block:: console
***** !! WELCOME TO TSAVORITE SCALABLE INTELLIGENCE !! *****
[00:00:00.010,000] <inf> tsi_m85: Test Platform: tsi/skyp/m85
[00:00:00.010,000] <inf> tsi_m85: Test Platform: tsi/skyp/m85
[00:00:00.020,000] <wrn> tsi_m85: Testing on FPGA; Multi module init TBD
6 changes: 3 additions & 3 deletions tsi_app/m85/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ int main(void)

/* TSI banner */
PRINT_TSI_BOOT_BANNER();
LOG_INF("Test Platform: %s",CONFIG_BOARD_TARGET);
LOG_INF("Test Platform: %s", CONFIG_BOARD_TARGET);

LOG_WRN("Testing on FPGA; Multi module init TBD");
LOG_DBG("Debugging - tsi_app module");
LOG_WRN("Testing on FPGA; Multi module init TBD");
LOG_DBG("Debugging - tsi_app module");

return 0;
}

0 comments on commit a2d8ac0

Please sign in to comment.