Code cleanup.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11414 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
isiora 2018-01-30 22:31:07 +00:00
parent 435116a408
commit e6404fe1a2
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ int main(void) {
/* Retrieve the service handle by name */
smcsvc = (smc_service_t) smcInvokeService(
SMC_HND_GET, (smc_params_area_t)"DummyTrustedService",
SMC_HND_DISCOVERY, (smc_params_area_t)"DummyTrustedService",
sizeof "DummyTrustedService");
/*
* Normal main() thread activity, in this demo it does nothing except