Skip to content
Snippets Groups Projects
Commit 9b59c4b4 authored by deuce's avatar deuce
Browse files

Use a default scaling factor of 1, not 0.

parent ac176507
No related branches found
No related tags found
No related merge requests found
......@@ -1340,5 +1340,5 @@ CIOLIBEXPORT int CIOLIBCALL ciolib_getscaling(void)
{
if(cio_api.getscaling)
return(cio_api.getscaling());
return(0);
return(1);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment